Mouse Events

There are seven mouse events which buttons are sensitive to:

Press - Button is clicked on.

Release - Mouse is released after button is clicked on.

Release Outside - Mouse is released outside the button after clicking on the button.

Roll Over - Mouse pointer moves over a button.

Roll Out - Mouse pointer moves outside a button.

Drag Over - Button is clicked; without release, mouse pointer is dragged away from the button and then mouse pointer is dragged over the button.

Drag Out - Mouse pointer is dragged outside a button after clicking on the button.